home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / os2 / srefv112.zip / RECRDALL.CNT < prev    next >
Text File  |  1996-05-03  |  1KB  |  30 lines

  1. ; This is the sample SRE-FILTER "keep track of all allowed requests" file. 5/96
  2. ;
  3. ; This tracks instances of all unique request strings, minus any argument list.
  4. ; SRE-FILTER will attempt to find a (possibly wildcarded) match
  5. ; in this file.  If none is found, SRE-FILTER will create an entry.
  6. ;
  7. ; To use it, set the RECORD_ALL_FILE variable to point to this file,
  8. ; and set RECORD_OPTION=YES 
  9. ;
  10. ; To capture "returns with arguments", set 
  11. ;    RECORD_OPTION= YES_ALL
  12. ; If  you do this, the portion of a request string following
  13. ; a ? will NOT be removed.  Careful: this can cause this file to 
  14. ; grow quite large! 
  15. ;
  16. ; NOTE on wildcards:
  17. ;   You may want to add "wildcarded" entries to this file.  
  18. ;   Examples: 
  19. ;       * 0
  20. ;            entry will match ANYTHING.
  21. ;
  22. ;      /TEMP/* 
  23. ;            will match anything requested from the temporary directory
  24. ;           (useful if you are generating transient files for one-time-only
  25. ;            disbursement)
  26. ;
  27. ; -------- End of comments
  28. ;* 1
  29.